home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
comm
/
irc
/
epic4-mos.lha
/
share
/
epic
/
script
/
scan
< prev
next >
Wrap
Text File
|
2002-09-18
|
516b
|
24 lines
#
# Just a quick and dirty /scan routine. It's about as fast as I could
# make it. It could be fast if the nicks weren't aligned but that'd be
# ugly.
#
# - whitefang (thall@magenet.com)
#
alias scan (chan)
{
@ chan = ischannel($chan) ? chan : C
unless (chan)
{
return
}
xecho -b Users on $chan:
fe ($strip(?. $channel($chan))) n1 n2 n3 n4 n5 n6
{
echo $[11]n1 $[11]n2 $[11]n3 $[11]n4 $[11]n5 $[11]n6
}
}
# tjbh/2000